@charset "utf-8"; 
body {
	font-family: "微软雅黑";
	font-size: 14px;
	width: 100%;
	height: 100%;
}
body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,i,address{
    margin:0;
    padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
	vertical-align: top;
}
input,button{
	outline: none;
	border: 0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a{
	text-decoration: none;
	color: #858585;
}
h1, h2, h3, h4, h5, h6, address{
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
a:hover,.row3 a:hover,.row3 .row3-cont ul li a:hover,.row3 .row3-cont h1 a:hover{ 
	cursor:pointer;
	text-decoration: underline;
	color: #EF6400;
}
article,aside,header,section,footer,nav,figure,figcaption{
	display:block;
	padding: 0;
	margin: 0;
}
audio,canvas,video{
	display:inline-block;
	*display:inline;
	*zoom:1
}
.black{
	color: #000;
	font-size: 16px;
}
.clear{
	clear: both; 
	zoom:1;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.inline{
	display: inline-block;
}
.fz12{
	font-size: 12px;
}
.fz16{
	font-size: 16px;
}
.fz18{
	font-size: 18px;
}
.fz20{
	font-size: 20px;
}
.bold{
	font-weight: bold;
}
.tc{
	text-align: center;
}
.textover{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#text-list-page{
    width: 80%;
    text-align: center;
    font-size: 12px;
    margin: 30px auto 20px;
    padding: 10px;
}
#text-list-page span{
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #fff;
}
#text-list-page a{
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 3px;
	color: #000;
}
#text-list-page select{
    /*padding: 5px 10px;*/
    height: 31px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    width: 50px;
}
